home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / acm_rand.zip / RAND32.H < prev   
Text File  |  1993-01-16  |  90b  |  4 lines

  1. /* rand32.h */
  2. void srand32(long s1, long s2);
  3. long rand32(void);
  4. double rand32u(void);